National Repository of Grey Literature 111 records found  1 - 10nextend  jump to record: Search took 0.00 seconds. 
Mobile player for multimedia content presentation and processing
Króner, Tomáš ; Číka, Petr (referee) ; Müller, Jakub (advisor)
Master’s thesis deals with developing of multimedia application that allow play and receive multimedia files as audio and video. In thesis introduction, there is theory overview about programming language J2ME, its parts and divisions in couple of chapters. The applications developing begin by choosing focus groups and also group of devices that agree with present trends about mobile devices. The next part undertakes selecting development tool NetBeans IDE based on requirements for multimedia develop and also undertakes selecting software development kit Nokia SDK and its short definition. Afterwards, the application and its basic classes and methods are briefly characterized. The chapters of classes and methods are divided according algorithm level, following development description dividing aspect. Program functions are enriched with flow diagrams completing written text, which have marked important points of program. The main chapters describing algorithm parts begin with define audio and video play. The other pages include description of network connection a data transfers. In every part the programmer part, algorithm is analyzed first and than general options and functionality of this area. In file play part, it is selection of file and proceeding to launch playing with function control possibility. In case of network connection, it is access to network and data handling, eventually communication with each other in client - server hierarchy and consequential multimedia content playing. In the end of development part, reader is cognizant of application fault handling that is inherently part of every application working with I/O data. Next chapter is devoted to future development a design resulting to present process. In the thesis it can be found also application description from user’s point of view, user manual a solving incurred problem situations. In the instructions, there are contained screenshots of described parts of program. Reached results and reviews are summarized on the end of the thesis.
Player for iPhone for Educational Purposes
Klobása, Jiří ; Polok, Lukáš (referee) ; Beran, Vítězslav (advisor)
This thesis deals with the design and implementation of mobile application for iPhone that serves as a music player. The application works with meta-information to a music song and suggests their use in the process of memorization. The thesis is divided into chapters, starting with the characteristics of the target platform iOS, user interface design and its testing, principles of creating computer music and sound. The core of this thesis is to design a user interface along with the structure and use of meta-information related to a song. At the end of the thesis there is described the implementation of the application, the tests performed and possibilities for further improvements of the application.
Evolution of video games and their impact on society
Kováčik, Dominik ; Rujbrová, Šárka (referee) ; Šedrlová, Magdalena (advisor)
Cílem této bakalářské práce je poskytnutí struční historie videoher a analyzování jejich vlivů na společnost. Tato práce popisuje vývoj videoher od jejich počátku až po rok 2010 a také problémy, kterým museli vývojáři videoher čelit během příznivých i těžkých období. Také popisuje některé video-herní periferie a zaměřuje se zejména na virtuální realitu. Analýza vlivu videoher na společnost je založena na několika důvěryhodných studiích vedených odborníky, kteří jsou uznávaní ve svých oborech.
Web Base Video Player with Slides and Transcript
Koriťák, Jan ; Černocký, Jan (referee) ; Szőke, Igor (advisor)
Content of this thesis is dedicated to problematics of design and implementation of a web base video player with slides as a JavaScript plugin. As the outcome of this thesis is supposed to replace an already existing player , the first chapter is dedicated to it's throughout analysis . Following chapters are the dedicated to desing , implementation and testing of the player , using information acquired in the phase of analysis .
Design of DVD/Blu-Ray player
Blahynka, Roman ; Sládek, Josef (referee) ; Zvonek, Miroslav (advisor)
This bachelor‘s thesis concerns the design of a desktop DVD player. The text comprehensively describes the design development – it starts with an analysis of the history of desktop players from their inception to contemporary trends, continues with a breakdown of the technical requirements, and ends by describing the design process itself. The last part of the text contains detailed description of all the aspects of the final design and its visual documentation.
Multimedia Player for iOS
Singh, Kevin ; Číka, Petr (referee) ; Grabovský, Štěpán (advisor)
Diploma work „Multimedia player for iOS“ deals with the description of the video formats such as HLS, MP4, MPEG Transport Stream, and Dash. Next, it continues with protected content DRM, VAST advertisements and analytics tool called Google Analytics. During compilation of this diploma work was created a framework in programming language Swift. This framework is basically a player, that besides playing Interactive videos is able to show ads, subtitles, can change the video quality, AirPlay and download the content for offline playing. A feature to play a protected content could not be done as a developer's request for a product deployment SDK Fairplay was refused from an SDK owner. A testing app was also created that implements developed a framework and prove the functionality of the developed functions.
Audio and video streaming using real-time protocol
Křenek, Tomáš ; Schimmel, Jiří (referee) ; Burget, Radim (advisor)
This diploma thesis focus on transmiting multimedia over computer network. There are detailed informations about protocols RTP and RTPC in a first part because a transmition over a network is realized by using these protocols. Some basic multimedia terms, FFmpeg codecs and SDL library are described in next chapters. A multimedia player using FFmpeg and SDL is implemented in a second part of thesis. The player is console application and it has basic user interface. The player reproduces video and audio from a given file. RTP communication is described in next chapters of the second part. RTP server and client are implemented there too. They are console aplications and they use data coded by Theora or Vorbis. There are summarized results in a conclusion.
A Tool for Presenting Videos and Other Content on a Touchscreen
Zapletal, Libor ; Beran, Vítězslav (referee) ; Herout, Adam (advisor)
This bachelor thesis describes the development of application for Windows using WPF focused on presenting videos using touch. The application is very easy to use and its main purpose is to facilitate the users to select the content that interests them. This thesis describes the main features of WPF, analysis of competing solutions, application design and its implementation. Furthermore, this thesis describes various problems during development. At the end of the thesis are evaluated the resultings of solution, its further development and testing method.
Home Multimedia Centre
Sulaiman, David ; Fapšo, Michal (referee) ; Smrž, Pavel (advisor)
This  beachelor's  thesis is engaged in presentation of implementation of multimedia centre for GNU/Linux.  The thesis begins  with preambule summarized  existing  applications, operating systems, programming languages and current hardware. Another part analyses  results of questionnare on the theme household multimedia. In the second part there is full presentation of kernel of the system, scheme of modules, vignette of operating system and short summary of testing procedure beeing in procedure of program creation. A brief summary judges  results of the work and proposal of the next system development.
Application for PDA for multimedia stream presentation and processing
Javorček, Martin ; Číka, Petr (referee) ; Müller, Jakub (advisor)
This thesis deals with creating application for PDA for multimedia stream presentation and processing. Introduction of the thesis is devoted to the theoretical explanation of terms such as PDA (Personal Digital Assistant) and Windows Mobile 6.0. Readers will be acquainted with the technology of .NET Framework and also with its version for mobile equipment .NET Compact Framework. Advantages as well as disadvantages of .NET technology are dealt with in this section together with the same phenomena of C# programming language, which is the basic language used for running our application. Next chapters of the thesis deal with my own design of multimedia application, especially from the point of view of classes. For better orientation and understanding UML diagram is used. UML (Unified Modeling Language) is a graphic language intended for visualization and documentation of programming systems. Except of general description of the classes there is also a detailed explanation of individual attributes and application methods. Their function and purpose are explained here as well. In the next part of the thesis attention is paid to the network communication of the application, both in terms of individual multimedia files transmission and stream transmission. Principles of connection and disconnection between client and server are analyzed in this part. Client’ s part of the application is designed for the mobile equipment with Microsoft Windows Mobile 6.0 operation system and server’s part of application is designed for computers, where Microsoft Windows XP operation system is installed. A concise manual for operating both the applications is included. This part also describes some exceptions which may occur in case of problems with connection. Last chapters describe synchronization of mobile equipment or emulator with a desktop computer and provide the reader with the summary of supported audio formats in multimedia application. All achieved results are summarized in the concluding part of the thesis.

National Repository of Grey Literature : 111 records found   1 - 10nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.